findByInt

fun findByInt(value: Int): DeviceType

Helper method to find the DeviceType enum that corresponds to an integer value. If an unknown integer value is provided, DeviceType.UNKNOWN is returned.

Since

4.2.0